runtime.p.goidcache (field)
7 uses
runtime (current package)
proc.go#L4130: if _p_.goidcache == _p_.goidcacheend {
proc.go#L4134: _p_.goidcache = atomic.Xadd64(&sched.goidgen, _GoidCacheBatch)
proc.go#L4135: _p_.goidcache -= _GoidCacheBatch - 1
proc.go#L4136: _p_.goidcacheend = _p_.goidcache + _GoidCacheBatch
proc.go#L4138: newg.goid = int64(_p_.goidcache)
proc.go#L4139: _p_.goidcache++
runtime2.go#L612: goidcache uint64
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)